systemd: start user unit at boot
This commit is contained in:
parent
56d095c281
commit
65192f449e
|
@ -6,7 +6,7 @@ ExecStart={{ execpath }} --debug
|
|||
EnvironmentFile={{ working_directory }}/.env
|
||||
WorkingDirectory={{ working_directory }}
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
RestartSec=500s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
|
|
Loading…
Reference in a new issue