systemd
service
このファイルを からコピーし、モジョリシャスなビルトイン サーバー デーモンを起動するlighttpd-package
ように変更しました。mojolicious デーモンのと の設定systemd
を維持できますか?ExecReload
KillSignal
[Unit]
Description=Start mojolicious.pl daemon
After=syslog.target network.target
[Service]
ExecStart=/path/to/mojolicious.pl daemon --listen "http://*:3001"
ExecReload=/bin/kill -HUP $MAINPID
KillSignal=SIGINT
[Install]
WantedBy=multi-user.target