1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00
lufi_ynh/conf/systemd.service

19 lines
485 B
SYSTEMD
Raw Normal View History

2017-02-07 22:33:48 +01:00
[Unit]
2023-01-10 12:02:51 +01:00
Description=Lufi: image hosting and sharing service
Documentation=https://framagit.org/luc/lufi/wikis/home
2017-02-07 22:33:48 +01:00
Requires=network.target
After=network.target
[Service]
Type=forking
2018-09-02 10:31:11 +02:00
User=__APP__
Group=__APP__
2022-06-16 19:19:38 +02:00
WorkingDirectory=__FINALPATH__/
2020-04-25 21:10:43 +02:00
PIDFile=__FINALPATH__/script/hypnotoad.pid
ExecStart=/usr/bin/carton exec hypnotoad script/lufi
ExecStop=/usr/bin/carton exec hypnotoad -s script/lufi
ExecReload=/usr/bin/carton exec hypnotoad script/lufi
2017-02-07 22:33:48 +01:00
[Install]
WantedBy=multi-user.target