You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sessioncommunities.online/etc/systemd/sessioncommunities.service

9 lines
378 B
INI

# /etc/systemd/system/sessioncommunities.service
[Unit]
Description=Scrape every known source for Session Communities and put the data to a NGINX accessible folder
[Service]
WorkingDirectory=/home/session/sessioncommunities.online
User=session
ExecStart=/usr/bin/sh -c "/usr/bin/php php/update-all.php --verbose --archive --no-color 2>&1 | /usr/bin/tee sessioncommunities.log"