summarylogtreecommitdiffstats
path: root/weave-minimal.service
blob: c675da3199fe065ae0c32a0c9064a962969b6d67 (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
[Unit]
Description=Minimal weave server for Pale Moon sync
After=network.target
Requires=network.target

[Service]
Type=simple
ExecStart=/usr/bin/weave-minimal
User=weave
Group=weave
Restart=on-failure
RestartSec=300s
PrivateTmp=yes
PrivateDevices=yes
ProtectSystem=strict
ProtectHome=yes
ProtectKernelTunables=yes
ProtectKernelModules=yes
ProtectControlGroups=yes
NoNewPrivileges=yes
ReadWritePaths=/var/lib/weave

[Install]
WantedBy=multi-user.target