11 lines
171 B
Desktop File
11 lines
171 B
Desktop File
[Unit]
|
|
Description=Loled server
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/opt/loled/loled.js
|
|
Environment=PORT=80
|
|
WorkingDirectory=/opt/loled/
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |