diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-01 18:38:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-01 18:38:45 +0200 |
commit | 659393954046dbbd3cde503093d15602169f68f7 (patch) | |
tree | 19b5e18a2715967adc8b303ba36c8265d3e5b4e7 | |
parent | Add a design note on using 'env'. (diff) | |
download | gentoo-systemd-integration-659393954046dbbd3cde503093d15602169f68f7.tar.gz gentoo-systemd-integration-659393954046dbbd3cde503093d15602169f68f7.tar.bz2 gentoo-systemd-integration-659393954046dbbd3cde503093d15602169f68f7.zip |
Drop stale gentoo-local.service.
-rw-r--r-- | services/gentoo-local.service.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/services/gentoo-local.service.in b/services/gentoo-local.service.in deleted file mode 100644 index 35eb7e6..0000000 --- a/services/gentoo-local.service.in +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Start the files from /etc/local.d -After=multi-user.target graphical.target - -[Service] -Type=forking -TimeoutSec=0 -RemainAfterExit=yes -ExecStart=@systemdutildir@/gentoo-run-directory /etc/local.d .start -ExecStop=@systemdutildir@/gentoo-run-directory /etc/local.d .stop |