muse/systemd/muse-covers.service

13 lines
205 B
SYSTEMD
Raw Normal View History

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