Enable Required Services - UG1602

Enhanced PTP User Guide (UG1602)

Document ID
UG1602
Release Date
2024-12-19
Revision
1.2 English

For automatic startup following reboot, enable the service:

# systemctl enable sfptpd
Created symlink from /etc/systemd/system/multi-user.target.wants/sfptpd.service to /usr/lib/systemd/system/sfptpd.service.
  • The enable command will create the symbolic links from the systems copy of the unit file (usr/lib/systemd/system/sfptpd.service) to the location where systemd looks for autostart files (/etc/systemd/system.<target>.target.wants).
  • If you see the following Failed message after trying the enable command:
    Failed to execute operation: Bad message

    this usually indicates a syntax error in the unit file.

To prevent automatic startup following reboot, disable the service:

# systemctl disable sfptpd