Added loled service file

This commit is contained in:
EpicKiwi 2023-09-15 12:01:44 +02:00
parent b6fb65eb0a
commit 7e954291ac
Signed by: epickiwi
GPG Key ID: C4B28FD2729941CE

11
loled.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=Loled server
[Service]
Type=simple
ExecStart=/opt/loled/loled.js
Environment=PORT=80
WorkingDirectory=/opt/loled/
[Install]
WantedBy=multi-user.target