[Unit] Description=Verstak Sync Server Documentation=https://github.com/anomalyco/verstak After=network.target [Service] Type=simple ExecStart=/usr/local/bin/verstak-server --port ${VERSTAK_PORT} --data /var/lib/verstak-server Restart=on-failure RestartSec=5 User=verstak Group=verstak AmbientCapabilities=CAP_NET_BIND_SERVICE NoNewPrivileges=true ProtectSystem=full ProtectHome=true PrivateTmp=true StateDirectory=verstak-server RuntimeDirectory=verstak-server [Install] WantedBy=multi-user.target