summarylogtreecommitdiffstats
path: root/shinobi-cron.service
blob: 5e2686778471d7a75543c6816591b5c829b7e8ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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