mirror of
https://github.com/bgp/stayrtr.git
synced 2024-05-06 15:54:54 +00:00
12 lines
212 B
SYSTEMD
12 lines
212 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=GoRTR
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
EnvironmentFile=/etc/default/gortr
|
||
|
WorkingDirectory=/usr/share/gortr
|
||
|
ExecStart=/usr/bin/gortr $GORTR_ARGS
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|