You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
303 B
17 lines
303 B
[Unit]
|
|
Description=Pixelfed task queueing via Laravel Horizon
|
|
After=network.target
|
|
Requires=postgresql
|
|
Requires=php-fpm
|
|
Requires=redis
|
|
Requires=nginx
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/php /usr/share/pixelfed/artisan horizon
|
|
User=pixelfed
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|