]> arthur.barton.de Git - netatalk.git/blob - distrib/initscripts/service.atalk.redhat-systemd.tmpl
57316299362797a426ece99e5660fb37f18ac12d
[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