You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-p2p/airdcpp-webclient/files/airdcppd.service

16 lines
302 B

[Unit]
Description=Cross-platform Direct Connect client
After=network-online.target
[Service]
Type=forking
User=airdcppd
Group=airdcppd
# Grant write access to group members
UMask=007
PIDFile=/var/lib/airdcppd/.airdc++/airdcppd.pid
ExecStart=/usr/bin/airdcppd -d
[Install]
WantedBy=multi-user.target