summarylogtreecommitdiffstats
path: root/atalk.service
blob: daa4472f021e431801526d85c74fc510bd74fc25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This is experimental service file.
# See distrib/systemd/README

[Unit]
Description=Netatalk AppleTalk service for Macintosh clients
After=syslog.target network.target slpd.service avahi-daemon.service

[Service]
Type=simple
GuessMainPID=no
ExecStart=/usr/sbin/atalkd
Restart=always
RestartSec=1

[Install]
WantedBy=multi-user.target