Definition:
- Control systemd’s service and daemons using systemd unit file
Synopsis:
systemctl [OPTIONS...] COMMAND [UNIT...]
List of commands:
systemd status [PATTERN...|PID...]]
systemd start PATTERN...
- not persistent
systemd stop PATTERN...
- not persistent
- .
systemd restart PATTERN...
- .
Unit File commands:
- .
enable UNIT..., enable PATH...
- persistent enable service/daemon
- create Symlink of its systemd unit file so it starts on boot
- and start it
- persistent enable service/daemon
disable UNIT...
- persistent
- delete symlink to service’s systemd unit file
mask UNIT...
- Prevent a service from being started by any other service.
- Link systemd unit file’s symlink to dev>null so no other services can start it