diff options
author | Moritz Kaspar Rudert (mortzu) | 2015-05-21 14:38:16 +0200 |
---|---|---|
committer | Moritz Kaspar Rudert (mortzu) | 2015-05-21 14:38:16 +0200 |
commit | 380cbed287e7cdc7982e5b6ca60d2c07be122e7c (patch) | |
tree | b1aea8179a7bc78a5681b4578d1518e323f3b2b6 /chaosvpn.service | |
download | aur-380cbed287e7cdc7982e5b6ca60d2c07be122e7c.tar.gz |
initial commit
Diffstat (limited to 'chaosvpn.service')
-rw-r--r-- | chaosvpn.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chaosvpn.service b/chaosvpn.service new file mode 100644 index 000000000000..8b163beadcb9 --- /dev/null +++ b/chaosvpn.service @@ -0,0 +1,10 @@ +[Unit] +Description=ChaosVPN + +[Service] +ExecStart=/usr/bin/chaosvpn +KillMode=process +Restart=always + +[Install] +WantedBy=multi-user.target |