summarylogtreecommitdiffstats
path: root/pixelfed-queue.service
blob: 51cdf864c2439c82054a7df645650b1e1fc6d765 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Pixelfeed horizon worker
After=network.target mysqld.service postgresql.service

[Service]
ExecStart=/usr/bin/php /usr/share/webapps/pixelfed/artisan queue:work
User=http

[Install]
WantedBy=multi-user.target