mirror of
https://github.com/screentinker/screentinker.git
synced 2026-05-15 07:32:23 -06:00
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>
20 lines
442 B
Desktop File
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
|