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…
Reference in New Issue