You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/gogoc/files/gogoc.service

13 lines
297 B

[Unit]
Description=Client to connect to a tunnel broker using the TSP protocol (freenet6 for example)
[Service]
ExecStart=/usr/sbin/gogoc -y -f /etc/gogoc/gogoc.conf
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
RestartSec=4
[Install]
WantedBy=multi-user.target