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

16 lines
317 B
SYSTEMD
Raw Normal View History

2022-05-28 11:54:59 +02:00
[Unit]
Description=Librarian: An alternative frontend for LBRY/Odysee.
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/__APP__
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
[Install]
WantedBy=multi-user.target