mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-03-29 00:50:18 +01:00
13 lines
199 B
Desktop File
Executable File
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
|