diff options
author | Georg Pfuetzenreuter | 2022-12-18 19:05:31 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2022-12-18 19:05:31 +0100 |
commit | d3ba0296dab8bb28bd4624366247c722b58d81b1 (patch) | |
tree | 9cab29d80bd8853c587c04715c0ece7dc6bbaefe /SUSE/takahe.service | |
parent | bdc1f1d2b55fe026bebd13905eaaea54d691cb35 (diff) | |
parent | 9501cbf678a4ef99ccbd8c53f35b3209569f4c8e (diff) | |
download | takahe-libertacasa-master.tar.gz takahe-libertacasa-master.tar.bz2 takahe-libertacasa-master.zip |
Merge pull request 'Import packaging files' (#2) from libertacasa-package into libertacasa-masterHEADlibertacasa-master
Reviewed-on: https://git.com.de/LibertaCasa/takahe/pulls/2
Diffstat (limited to 'SUSE/takahe.service')
-rw-r--r-- | SUSE/takahe.service | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/SUSE/takahe.service b/SUSE/takahe.service new file mode 100644 index 0000000..dd7d395 --- /dev/null +++ b/SUSE/takahe.service @@ -0,0 +1,30 @@ +# This file is shipped as part of the Takahe package. +# Author: Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net> + +[Unit] +Description=Takahe +After=postgresql.service +Wants=postgresql.service +PartOf=%N.target + +[Service] +User=_%N +Group=_%N + +EnvironmentFile=/etc/sysconfig/%N +ExecStart=/usr/bin/gunicorn %N.%N.wsgi:application -b "$BIND" + +PrivateDevices=yes +PrivateTmp=yes +ProtectControlGroups=yes +ProtectHome=yes +ProtectKernelLogs=yes +ProtectSystem=strict +RestrictAddressFamilies=AF_INET6 AF_INET AF_UNIX +SystemCallArchitectures=native +SystemCallFilter=@system-service + +ReadWritePaths=/srv/%N/media + +[Install] +WantedBy=multi-user.target |