blob: 1a62928f570f94ea7dd581152f099dd9d0e97134 (
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=central pacman cache
After=network-online.target
Wants=network-online.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
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
ProtectHome=true
[Install]
WantedBy=multi-user.target
|