Update etc/systemd/system/pingfinder.service
This commit is contained in:
parent
c33d626170
commit
71b20e1a0f
1 changed files with 7 additions and 1 deletions
|
|
@ -3,5 +3,11 @@ Description=Pingfinder
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
||||||
|
Environment=WARNLOCK=$CACHE_DIRECTORY/warn.lock
|
||||||
|
Environment=LOCKFILE=$CACHE_DIRECTORY/exec.lock
|
||||||
Environment=UUID=[...]
|
Environment=UUID=[...]
|
||||||
ExecStart=/opt/pingfinder.sh
|
ExecStart=/usr/local/bin/pingfinder.sh
|
||||||
|
|
||||||
|
DynamicUser=yes
|
||||||
|
CacheDirectory=pingfinder
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue