diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-01-11 00:15:03 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-01-15 10:28:53 -0500 |
commit | 5d36a7df2d7840a72ca8610649a29b7eeb592fe4 (patch) | |
tree | 88dafc845b6673c7b9198d6918e9a27c450f59c4 /systemd | |
parent | Bump version for the first systemd-supporting release. (diff) | |
download | netifrc-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.in | 3 |
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 |