[Linux]
// 起動・状態チェック・停止 # systemctl start <x> # systemctl status <x> # systemctl stop <x> // 起動時に起動・またはそれをやめる # systemctl enable <x> # systemctl disable <x> // サービスへの登録状況 # systemctl list-unit-files --type=service
since 2014/6/22
2021/1/20
2021/1/19