c0e3d23a73
- Update to 2.3.0 * see attached Changelog for full list of changes - Add systemd unit file and config file * ptpd2.conf * ptpd2.service - Drop init file * conf.ptpd.init - Cleanup spec file with spec-clener OBS-URL: https://build.opensuse.org/request/show/309606 OBS-URL: https://build.opensuse.org/package/show/network:time/ptpd?expand=0&rev=6
11 lines
212 B
Desktop File
11 lines
212 B
Desktop File
[Unit]
|
|
Description=ptpd time precision daemon
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=-/etc/sysconfig/ptpd2
|
|
ExecStart=/usr/bin/ptpd2 -c $PTPD_CONFIG_FILE $PTPD_EXTRA_OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|