aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-01-11 00:15:03 -0500
committerMike Gilbert <floppym@gentoo.org>2015-01-15 10:28:53 -0500
commit5d36a7df2d7840a72ca8610649a29b7eeb592fe4 (patch)
tree88dafc845b6673c7b9198d6918e9a27c450f59c4 /systemd
parentBump version for the first systemd-supporting release. (diff)
downloadnetifrc-5d36a7df2d7840a72ca8610649a29b7eeb592fe4.tar.gz
netifrc-5d36a7df2d7840a72ca8610649a29b7eeb592fe4.tar.bz2
netifrc-5d36a7df2d7840a72ca8610649a29b7eeb592fe4.zip
systemd: Unit file improvements
- Remove quotes from description. - Set Type=oneshot.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/net_at.service.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/systemd/net_at.service.in b/systemd/net_at.service.in
index a729ec4..ac89899 100644
--- a/systemd/net_at.service.in
+++ b/systemd/net_at.service.in
@@ -1,7 +1,8 @@
[Unit]
-Description="Gentoo Network Interface Management Scripts"
+Description=Gentoo Network Interface Management Scripts
[Service]
+Type=oneshot
ExecStart=@LIBEXECDIR@/sh/systemd-wrapper.sh -i %I start
ExecStop=@LIBEXECDIR@/sh/systemd-wrapper.sh -i %I stop
RemainAfterExit=yes