mirror of
https://github.com/0x1d/rcond.git
synced 2025-12-16 10:54:29 +01:00
feat: introduce YAML configuration
This commit is contained in:
13
install/rcond.service
Normal file
13
install/rcond.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=rcond service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=root
|
||||
WorkingDirectory=/path/to/your/rcond
|
||||
ExecStart=/path/to/your/rcond/bin/rcond-${ARCH} ${ADDR}
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user