14 lines
218 B
SYSTEMD
14 lines
218 B
SYSTEMD
|
[Unit]
|
||
|
Description=Go Manager Cron Service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
User=root
|
||
|
Group=root
|
||
|
ExecStart=/usr/local/bin/gomanager cron
|
||
|
WorkingDirectory=/var/lib/gomanager
|
||
|
PrivateTmp=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|