summarylogtreecommitdiffstats
path: root/shinobi-cron.service
blob: f38b016e9c3d324ce6a7172d1fe24b48526870ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Shinobi cleanup component
After=network-online.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