15 lines
302 B
Desktop File
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
|