y2k/host/example.service

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