18 lines
355 B
Text
18 lines
355 B
Text
[Unit]
|
|
Description=zenfyr's XPost
|
|
|
|
[Container]
|
|
Image=ghcr.io/zenfyrdev/xpost:latest
|
|
EnvironmentFile=/etc/containers/systemd/xpost/zenfyr.env
|
|
Volume=/var/containers/zenfyr-xpost/data:/app/data:Z,U
|
|
# Security
|
|
NoNewPrivileges=true
|
|
# Resources
|
|
PodmanArgs=--cpus=0.4 --cpu-shares=128
|
|
|
|
[Service]
|
|
Restart=always
|
|
RestartSec=10s
|
|
|
|
[Install]
|
|
WantedBy=default.target
|