ptpd/ptpd2.service
Martin Pluskal 973e6b0d1d Accepting request 309606 from home:pluskalm:branches:network:time
- 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
2015-06-01 10:27:20 +00:00

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