Files
cloudron-box/setup/container/systemd/janitor.service
T

16 lines
405 B
Desktop File
Raw Normal View History

2015-09-07 11:18:44 -07:00
[Unit]
Description=Cloudron Janitor
OnFailure=crashnotifier@%n.service
[Service]
2015-09-11 17:41:31 -07:00
Type=simple
2015-09-07 11:18:44 -07:00
WorkingDirectory=/home/yellowtent/box
2015-09-11 17:41:31 -07:00
Restart=no
ExecStart=/usr/bin/node /home/yellowtent/box/janitor.js
2015-09-07 11:18:44 -07:00
Environment="HOME=/home/yellowtent" "USER=yellowtent" "DEBUG=box*,connect-lastmile" "BOX_ENV=cloudron" "NODE_ENV=production"
KillMode=process
User=yellowtent
Group=yellowtent
2015-09-07 14:49:39 -07:00
MemoryLimit=50M
2015-09-11 17:41:31 -07:00
WatchdogSec=30