178816630c
* see attached Changelog for full list of changes - Update project and download url - Small spec file cleanups OBS-URL: https://build.opensuse.org/package/show/network:time/ptpd?expand=0&rev=8
23 lines
785 B
Plaintext
23 lines
785 B
Plaintext
## Path: Network/PTPD
|
|
## Description: Precision Time Protocol (PTP) daemon options
|
|
## Type: string
|
|
## Default: AUTO-2
|
|
## ServiceRestart: ptpd
|
|
#
|
|
## Type: string
|
|
## Default: ""
|
|
#
|
|
# Additional arguments when starting ptpd. The most important ones would be
|
|
# -x do not reset the clock if off by more than one second
|
|
# -t do not adjust the system clock
|
|
#
|
|
# -g run as slave only
|
|
# -p make this a preferred clock
|
|
#
|
|
# -b NAME bind PTP to network interface NAME
|
|
#
|
|
# -n NAME specify PTP subdomain name (not related to IP or DNS)
|
|
# -a NUMBER,NUMBER specify clock servo P and I attenuations
|
|
# -w NUMBER specify one way delay filter stiffness
|
|
PTPD_OPTIONS=""
|