1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 17:12:41 +00:00
Arsse/dist/systemd/arsse.service

15 lines
282 B
SYSTEMD
Raw Normal View History

[Unit]
Description=The Arsse newsfeed management service
Documentation=https://thearsse.com/manual/
Requires=arsse-fetch.service
2021-05-16 19:59:52 +00:00
BindsTo=php-fpm.service
After=php-fpm.service
[Install]
WantedBy=multi-user.target
[Service]
Type=oneshot
RemainAfterExit=true
2021-05-24 18:07:11 +00:00
ExecStart=/usr/bin/true