]> arthur.barton.de Git - netatalk.git/blobdiff - distrib/initscripts/service.atalk.redhat-systemd.tmpl
new configure option "--enable-suse-systemd" for openSUSE12.1 and later.
[netatalk.git] / distrib / initscripts / service.atalk.redhat-systemd.tmpl
diff --git a/distrib/initscripts/service.atalk.redhat-systemd.tmpl b/distrib/initscripts/service.atalk.redhat-systemd.tmpl
deleted file mode 100644 (file)
index 1af8576..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# This file is part of netatalk :NETATALK_VERSION:.
-
-# The method of using shell-script "netatalk.sh" is not suitable.
-# The future service files are due to start daemons directly.
-# See netatalk-xxx/distrib/systemd/ directory in tarball.
-
-[Unit]
-Description=File and Printer sharing for Macintosh clients
-After=syslog.target network.target
-
-[Service]
-Type=oneshot
-ExecStart=/bin/sh -c "exec :PKGLIBEXECDIR:/netatalk.sh"
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target