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