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
systemdlooks for autostart files (/etc/systemd/system.<target>.target.wants). - If you see the following
Failedmessage after trying the enable command:Failed to execute operation: Bad messagethis usually indicates a syntax error in the unit file.
To prevent automatic startup following reboot, disable the service:
# systemctl disable sfptpd