16 lines
405 B
Desktop File
16 lines
405 B
Desktop File
[Unit]
|
|
Description=Cloudron Janitor
|
|
OnFailure=crashnotifier@%n.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/yellowtent/box
|
|
Restart=no
|
|
ExecStart=/usr/bin/node /home/yellowtent/box/janitor.js
|
|
Environment="HOME=/home/yellowtent" "USER=yellowtent" "DEBUG=box*,connect-lastmile" "BOX_ENV=cloudron" "NODE_ENV=production"
|
|
KillMode=process
|
|
User=yellowtent
|
|
Group=yellowtent
|
|
MemoryLimit=50M
|
|
WatchdogSec=30
|