mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
12 lines
201 B
Desktop File
12 lines
201 B
Desktop File
[Unit]
|
|
Description=WuppiMini
|
|
After=network.target
|
|
[Service]
|
|
User=tux
|
|
Type=exec
|
|
ExecStart=/usr/bin/env node /Main/Server/WuppiMini/index.js
|
|
Restart=always
|
|
RestartSec=5
|
|
[Install]
|
|
WantedBy=default.target
|