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
Éric Gaspar 0c869b2254 v2
2023-04-12 23:12:11 +02:00

14 lines
268 B
Desktop File

[Unit]
Description=Librarian: An alternative frontend for LBRY/Odysee.
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/librarian
LimitNOFILE=65536
[Install]
WantedBy=multi-user.target