mirror of
https://github.com/0x1d/rcond.git
synced 2025-12-14 18:25:21 +01:00
14 lines
237 B
Desktop File
14 lines
237 B
Desktop File
[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
|