mirror of
https://github.com/0x1d/rcond.git
synced 2026-03-22 09:04:16 +01:00
feat: add systemd installation
This commit is contained in:
13
systemd/rcond.service
Normal file
13
systemd/rcond.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=rcond service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
WorkingDirectory=/var/rcond
|
||||
ExecStart=/usr/local/bin/rcond
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user