summaryrefslogtreecommitdiff
path: root/community/radvd/radvd.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/radvd/radvd.service')
-rw-r--r--community/radvd/radvd.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/radvd/radvd.service b/community/radvd/radvd.service
new file mode 100644
index 000000000..47a5f7f67
--- /dev/null
+++ b/community/radvd/radvd.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=IPv6 Router Advertisement Daemon
+
+[Service]
+ExecStart=/usr/sbin/radvd --nodaemon --logmethod stderr
+
+[Install]
+WantedBy=multi-user.target