mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
16 lines
275 B
Desktop File
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
|