mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
246 B
SYSTEMD
14 lines
246 B
SYSTEMD
|
[Unit]
|
||
|
Description=Shinobi cleanup component
|
||
|
After=network.target
|
||
|
PartOf=shinobi.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=shinobi
|
||
|
WorkingDirectory=/usr/share/shinobi
|
||
|
ExecStart=/usr/bin/node /usr/share/shinobi/cron.js
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=shinobi.target
|