You might find the following systemd
commands useful:
-
# service sfptpd [start|stop|restart]
-
# systemctl status sfptpd
-
# systemctl is-active sfptpd
-
# systemctl is-enabled sfptpd
-
# systemctl is-failed sfptpd
-
# systemctl list-units
list-units
only displays units thatsystemd
has attempted to parse and load into memory. -
# systemctl list-unit-files
list-unit-files
displays all units, including those thatsystemd
did not attempt to parse and load.