mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-05 19:53:33 +00:00
15 lines
No EOL
292 B
Desktop File
15 lines
No EOL
292 B
Desktop File
[Unit]
|
|
Description=Agent
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/home/agent/agent
|
|
WorkingDirectory=/home/agent
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=agentservice
|
|
AmbientCapabilities=CAP_NET_BIND_SERVICE, CAP_NET_ADMIN
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |