2015-06-01 12:27:20 +02:00
|
|
|
[Unit]
|
|
|
|
Description=ptpd time precision daemon
|
|
|
|
|
|
|
|
[Service]
|
2021-11-11 10:58:18 +01:00
|
|
|
# added automatically, for details please see
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
ProtectSystem=full
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectHostname=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectKernelModules=true
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
# end of automatic additions
|
2015-06-01 12:27:20 +02:00
|
|
|
Type=forking
|
|
|
|
EnvironmentFile=-/etc/sysconfig/ptpd2
|
2018-01-25 09:06:52 +01:00
|
|
|
ExecStart=/usr/sbin/ptpd2 -c $PTPD_CONFIG_FILE $PTPD_EXTRA_OPTIONS
|
2015-06-01 12:27:20 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|