mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
213 B
Desktop File
12 lines
213 B
Desktop File
[Unit]
|
|
Description=SABnzbd binary newsreader
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/sh -c "python2 /opt/sabnzbd/SABnzbd.py -l0"
|
|
User=sabnzbd
|
|
Group=sabnzbd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|