mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
9ad7b47c5e
[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>
11 lines
177 B
Desktop File
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
|