1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/qbittorrent_ynh.git synced 2024-09-03 20:16:10 +02:00
qbittorrent_ynh/conf/systemd.service

16 lines
331 B
SYSTEMD
Raw Normal View History

2023-02-26 22:48:57 +01:00
[Unit]
2023-02-26 22:48:15 +01:00
Description=qBittorrent-nox service
Documentation=man:qbittorrent-nox(1)
Wants=network-online.target
After=network-online.target nss-lookup.target
2023-02-26 22:48:57 +01:00
[Service]
2023-02-26 22:48:15 +01:00
Type=exec
2023-02-26 22:48:57 +01:00
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
2023-02-26 22:48:15 +01:00
ExecStart=/usr/bin/qbittorrent-nox --webui-port=__PORT__
2023-02-26 22:48:57 +01:00
[Install]
WantedBy=multi-user.target