mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
14 lines
282 B
Desktop File
14 lines
282 B
Desktop File
[Unit]
|
|
Description=The Arsse newsfeed management service
|
|
Documentation=https://thearsse.com/manual/
|
|
Requires=arsse-fetch.service
|
|
BindsTo=php-fpm.service
|
|
After=php-fpm.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStart=/usr/bin/true
|