2018-06-11 22:13:27 -07:00
|
|
|
[Unit]
|
|
|
|
|
Description=Cloudron Syslog
|
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
2024-03-21 18:54:01 +01:00
|
|
|
ExecStart=/home/yellowtent/box/syslog.js
|
2023-04-14 19:31:45 +02:00
|
|
|
WorkingDirectory=/home/yellowtent/box
|
2026-03-12 22:55:28 +05:30
|
|
|
Environment="NODE_ENV=production" "BOX_ENV=cloudron"
|
2018-06-11 22:13:27 -07:00
|
|
|
Restart=always
|
|
|
|
|
User=yellowtent
|
|
|
|
|
Group=yellowtent
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|