]> arthur.barton.de Git - netatalk.git/blob - distrib/initscripts/service.atalk.redhat-systemd.tmpl
new configure option "--enable-redhat-systemd" for Fedora15 and later.
[netatalk.git] / distrib / initscripts / service.atalk.redhat-systemd.tmpl
1 # netatalk service file for systemd
2
3 [Unit]
4 Description=File and Printer sharing for Macintosh clients
5 After=syslog.target network.target
6
7 [Service]
8 Type=oneshot
9 ExecStart=/bin/bash -c "exec :PKGLIBEXECDIR:/netatalk.sh"
10 RemainAfterExit=yes
11
12 [Install]
13 WantedBy=multi-user.target