mirror of
https://github.com/myronblair/do-server-config
synced 2026-06-30 17:50:59 -05:00
20 lines
358 B
Desktop File
20 lines
358 B
Desktop File
[Unit]
|
|
Description=The DigitalOcean Droplet Agent
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
User=root
|
|
Environment=TERM=xterm-256color
|
|
ExecStart=/opt/digitalocean/bin/droplet-agent
|
|
Restart=always
|
|
RestartSec=10
|
|
TimeoutStopSec=90
|
|
KillMode=process
|
|
|
|
OOMScoreAdjust=-900
|
|
SyslogIdentifier=DropletAgent
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|