fix(daemon): use correct systemd user target and isolate test cache
This commit is contained in:
parent
6f81a2f3ea
commit
4cf07c411c
3 changed files with 24 additions and 7 deletions
|
|
@ -22,11 +22,10 @@ Type=simple
|
|||
ExecStart={{.BinPath}} start
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
User={{.User}}
|
||||
Environment=HOME={{.Home}}
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=default.target
|
||||
`
|
||||
|
||||
const launchdTemplate = `<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue