mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-12 13:53:33 +03:00
e00c96df99
rm previous systemd unit service cmake now placing new file 'qbittorrent-nox@.service.in' systemd service now "Type=simple"
14 lines
243 B
SYSTEMD
14 lines
243 B
SYSTEMD
[Unit]
|
|
Description=qBittorrenti-nox service for user %I
|
|
|
|
Documentation=man:qbittorrent-nox(1)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
PrivateTmp=false
|
|
User=%i
|
|
ExecStart=@EXPAND_BINDIR@/qbittorrent-nox
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|