buildroot/package/ptpd/ptpd.service
Alex Suykov 9ad7b47c5e ptpd: systemd support
[Thomas:
   - use relative symbolic link instead of absolute one
   - remove the -S option, since redirecting stdout is not needed,
     it's already taken care of by systemd. Suggested by Maxime
     Hadjinlian.]

Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-14 11:58:28 +02:00

11 lines
177 B
Desktop File

[Unit]
Description=Precision Time Protocol daemon
After=syslog.target network.target
[Service]
ExecStart=/usr/sbin/ptpd -c
Restart=always
[Install]
WantedBy=multi-user.target