summaryrefslogtreecommitdiffstats
path: root/SUSE/takahe-stator.service
blob: 5b9e3ac3800ee3ea62c05e2cd1eadac86d4399a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file is shipped as part of the Takahe package.
# Author: Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>

[Unit]
Description=Takahe Stator
PartOf=takahe.target

[Service]
User=_takahe
Group=_takahe

ExecStart=/usr/libexec/takahe/manage.py runstator

PrivateDevices=yes
PrivateTmp=yes
ProtectControlGroups=yes
ProtectHome=yes
ProtectKernelLogs=yes
ProtectSystem=strict
RestrictAddressFamilies=AF_INET6 AF_INET
SystemCallArchitectures=native
SystemCallFilter=@system-service

[Install]
WantedBy=multi-user.target