Configs/Server/Root/etc/systemd/system/ncshell.service
2023-12-12 18:06:52 +01:00

13 lines
199 B
Desktop File
Executable File

[Unit]
Description=ncshell
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=3
User=ncshell
ExecStart=/usr/bin/ncshell
[Install]
WantedBy=multi-user.target