muse/systemd/muse.service

13 lines
185 B
SYSTEMD
Raw Normal View History

2022-01-30 20:38:26 +01:00
[Unit]
Description=muse
[Service]
Type=simple
Restart=always
RestartSec=5s
WorkingDirectory=/var/www/apps/muse/
ExecStart=/var/www/apps/muse/muse
[Install]
WantedBy=multi-user.target