[Unit] Description=Go-Livepeer Orchestrator and Transcoder service Documentation=https://docs.livepeer.org After=network.target Wants=network-online.target StartLimitIntervalSec=500 StartLimitBurst=5 [Service] User=livepeer Group=livepeer Type=simple ExecStart=/usr/bin/livepeer -config /etc/go-livepeer/livepeer.conf Restart=on-failure RestartSec=5s RestrictRealtime=yes RestrictSUIDSGID=yes ProtectKernelLogs=yes RestrictNamespaces=yes ProtectKernelModules=yes ProtectControlGroups=yes ProtectKernelTunables=yes SystemCallArchitectures=native SystemCallFilter=@system-service [Install] WantedBy=default.target