diff options
Diffstat (limited to 'www-apps/copyparty/files/copyparty.service')
| -rw-r--r-- | www-apps/copyparty/files/copyparty.service | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www-apps/copyparty/files/copyparty.service b/www-apps/copyparty/files/copyparty.service new file mode 100644 index 0000000..cca6180 --- /dev/null +++ b/www-apps/copyparty/files/copyparty.service @@ -0,0 +1,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 |
