blob: be324335069dd0a52be64d31cc95e1662c09ef67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[Unit]
Description=central pacman cache
After=network-online.target
Wants=network-online.target
[Service]
User=flexo
ExecStart=/usr/bin/flexo
Environment="RUST_BACKTRACE=1"
Environment="RUST_LOG=info"
PrivateTmp=true
Restart=on-failure
NoNewPrivileges=true
PrivateDevices=true
ProtectSystem=true
SystemCallArchitectures=native
MemoryDenyWriteExecute=true
ProtectHome=true
[Install]
WantedBy=multi-user.target
|