aboutsummaryrefslogtreecommitdiff
path: root/www-apps/copyparty/files/copyparty.service
blob: cca6180bc35852e0d0ac3abc55d38f3c598f602a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Copyparty file server
After=network.target

[Service]
ExecStart=/usr/bin/copyparty -c /etc/copyparty/copyparty.conf
WorkingDirectory=/var/lib/copyparty

User=copyparty
Group=copyparty
Environment=XDG_CONFIG_HOME=/var/lib/copyparty/.config

PrivateTmp=true

[Install]
WantedBy=multi-user.target