diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fastd@.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/fastd@.service b/examples/fastd@.service index e46c47e..a09cef4 100644 --- a/examples/fastd@.service +++ b/examples/fastd@.service @@ -3,8 +3,8 @@ Description=Fast and Secure Tunnelling Daemon (connection %i) After=network.target [Service] -Type=forking -ExecStart=/usr/bin/fastd -c /etc/fastd/%i/fastd.conf --daemon +Type=notify +ExecStart=/usr/bin/fastd -c /etc/fastd/%i/fastd.conf ExecReload=/bin/kill -HUP $MAINPID [Install] |