mirror of
https://github.com/quexten/goldwarden.git
synced 2025-02-09 16:48:50 +01:00
Merge pull request #60 from mufeedali/systemd-service-fix
Fix systemd autostart to be more reliable
This commit is contained in:
commit
715e1eb30a
@ -68,10 +68,10 @@ var polkitCmd = &cobra.Command{
|
||||
|
||||
const SYSTEMD_SERVICE = `[Unit]
|
||||
Description="Goldwarden daemon"
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=BINARY_PATH daemonize
|
||||
Environment="DISPLAY=:0"
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target`
|
||||
|
Loading…
x
Reference in New Issue
Block a user