trashposs/docs/examples/trashposs.service
2024-04-06 23:55:59 +02:00

16 lines
275 B
Desktop File

[Unit]
Description=TrashPoss daemon
[Service]
Type=simple
User=trashposs
ExecStart=/usr/bin/yarn start
WorkingDirectory=/home/trashposs/trashposs
Environment="NODE_ENV=production"
TimeoutSec=60
SyslogIdentifier=trashposs
Restart=always
[Install]
WantedBy=multi-user.target