home-server
perf-daemon.service
[Unit]
Description=Automatic performance profile switcher based on Docker workloads
After=docker.service network.target
Requires=docker.service
[Service]
Type=simple
ExecStart=/usr/local/bin/perf-daemon
Restart=on-failure
RestartSec=5
StandardOutput=journal
StandardError=journal
SyslogIdentifier=perf-daemon
[Install]
WantedBy=multi-user.target