Blob Blame History Raw
[Unit]
Description=An open source XCAP server
Requires=network.target
After=network.target mysqld.service

[Service]
User=openxcap
Group=openxcap
Type=simple
Restart=always
StartLimitInterval=10
StartLimitBurst=5
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
PIDFile=/run/openxcap/openxcap.pid
ExecStart=/usr/bin/openxcap --no-fork --pid=/run/openxcap/openxcap.pid

[Install]
WantedBy=multi-user.target