mirror of
https://github.com/myronblair/infra
synced 2026-06-30 17:50:10 -05:00
20 lines
363 B
Desktop File
20 lines
363 B
Desktop File
[Unit]
|
|
Description=The DigitalOcean Monitoring Agent
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
User=do-agent
|
|
ExecStart=/opt/digitalocean/bin/do-agent --syslog
|
|
Restart=always
|
|
|
|
OOMScoreAdjust=-900
|
|
SyslogIdentifier=DigitalOceanAgent
|
|
PrivateTmp=yes
|
|
ProtectSystem=full
|
|
ProtectHome=yes
|
|
NoNewPrivileges=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|