Files
y2k/host/example.service
2020-08-02 11:47:07 -04:00

15 lines
216 B
Desktop File

[Unit]
Description=WebSockets server
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=root
ExecStart=/root/y2k/host/socket.sh
[Install]
WantedBy=multi-user.target