filegate/filegate.service

22 lines
504 B
INI

[Service]
Description=Filegate
Documentation=https://git.jmbit.de/filegate/filegate
Wants=network-online.target
After=minio.service
[Service]
WorkingDirectory=/var/lib/filegate
ProtectProc=true
ExecStart=/usr/local/bin/filegate --config /etc/filegate/config.yaml
Restart=always
ProtectSystem=strict
ProtectHome=true
ReadWritePaths=/var/lib/filegate /var/run/podman/podman.sock
ConfigurationDirectory=/etc/filegate/
StateDirectory=/var/lib/filegate
PrivateTmp=true
[Install]
Wantedby=multi-user.target