Files
cloudron-box/setup/start/systemd/cloudron-syslog.service
2024-03-21 19:09:51 +01:00

15 lines
302 B
Desktop File

[Unit]
Description=Cloudron Syslog
After=network.target
[Service]
ExecStart=/home/yellowtent/box/syslog.js
WorkingDirectory=/home/yellowtent/box
Environment="NODE_ENV=production" "DEBUG=syslog:*" "BOX_ENV=cloudron"
Restart=always
User=yellowtent
Group=yellowtent
[Install]
WantedBy=multi-user.target