systemdでデーモンを設定する
code:sh
# vim myservice.service
systemctl link myservice.service # symlink
sudo systemctl daemon-reload
sudo systemctl start myservice.service
sudo systemctl status myservice.service
systemd
systemctl
public