loled/loled.service

11 lines
171 B
SYSTEMD
Raw Normal View History

2023-09-15 12:01:44 +02:00
[Unit]
Description=Loled server
[Service]
Type=simple
ExecStart=/opt/loled/loled.js
Environment=PORT=80
WorkingDirectory=/opt/loled/
[Install]
WantedBy=multi-user.target