diff options
author | Christian Hesse <mail@eworm.de> | 2015-10-12 14:50:12 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-10-12 14:50:12 +0200 |
commit | 69c8a3a0546d16b9c965641a76f8fc2499e8de0b (patch) | |
tree | 589d2c18582166f5891a98f1bb8f748bd847952a /systemd | |
parent | 6acd5f4e469aa043298db4235edc77a4db24bfaf (diff) | |
download | netlink-notify-69c8a3a0546d16b9c965641a76f8fc2499e8de0b.tar.gz netlink-notify-69c8a3a0546d16b9c965641a76f8fc2499e8de0b.tar.zst |
use systemd user unit to (auto-)start
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/netlink-notify.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/systemd/netlink-notify.service b/systemd/netlink-notify.service new file mode 100644 index 0000000..2db23c7 --- /dev/null +++ b/systemd/netlink-notify.service @@ -0,0 +1,9 @@ +[Unit] +Description=Netlink Notification + +[Service] +Type=simple +ExecStart=/usr/bin/netlink-notify + +[Install] +WantedBy=default.target |