summarylogtreecommitdiffstats
path: root/flexo.service
blob: b2a9314950b43dae70f89f849f8cd00408ada9db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[Unit]
Description=central pacman cache
After=network.target

[Service]
User=flexo
Group=flexo
ExecStart=/usr/bin/flexo
Environment="RUST_BACKTRACE=1"
Environment="RUST_LOG=info"
PrivateTmp=true
Restart=on-failure
RestartSec=3
NoNewPrivileges=true
PrivateDevices=true
ProtectClock=true
ProtectKernelTunables=true
ProtectSystem=true
ProtectHome=true

[Install]
WantedBy=multi-user.target