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

[Unit]
Description=Netatalk timelord (network time) service for Macintosh clients
After=syslog.target network.target slpd.service avahi-daemon.service atalk.service
Requires=atalk.service

[Service]
Type=forking
GuessMainPID=no
ExecStart=/usr/sbin/timelord
Restart=always
RestartSec=1

[Install]
WantedBy=multi-user.target