screentinker/scripts/remotedisplay.service
ScreenTinker 1594a9d4a4 Initial open source release
ScreenTinker - open source digital signage management software.
MIT License, all features included, no license gates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 12:14:53 -05:00

20 lines
442 B
Desktop File

[Unit]
Description=ScreenTinker Digital Signage Server
After=network.target
Wants=network-online.target
[Service]
Type=simple
User=owner
WorkingDirectory=/home/owner/Downloads/remote_display/server
ExecStart=/home/owner/.nvm/versions/node/v20.20.1/bin/node server.js
Restart=always
RestartSec=5
Environment=NODE_ENV=production
StandardOutput=journal
StandardError=journal
SyslogIdentifier=remotedisplay
[Install]
WantedBy=multi-user.target