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

15 lines
265 B
SYSTEMD
Raw Normal View History

2022-05-28 11:54:59 +02:00
[Unit]
2023-04-12 23:19:10 +02:00
Description=Librarian: alternative frontend for LBRY/Odysee.
2022-05-28 11:54:59 +02:00
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
2023-04-12 23:12:11 +02:00
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/librarian
2022-05-28 12:27:31 +02:00
LimitNOFILE=65536
2022-05-28 11:54:59 +02:00
[Install]
WantedBy=multi-user.target