mirror of
https://github.com/quexten/goldwarden.git
synced 2024-12-24 20:03:22 +03:00
Fix systemd autostart
This commit is contained in:
parent
72f671e364
commit
270ec38059
@ -53,9 +53,10 @@ Description="Goldwarden daemon"
|
||||
|
||||
[Service]
|
||||
ExecStart=BINARY_PATH daemonize
|
||||
Environment="DISPLAY=:0"
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target`
|
||||
WantedBy=graphical-session.target`
|
||||
|
||||
func setupSystemd() {
|
||||
file, err := os.Create("/tmp/goldwarden.service")
|
||||
|
Loading…
Reference in New Issue
Block a user