[Unit] Description=Gotify Requires=network.target After=network.target [Service] Type=simple User=root WorkingDirectory=/opt/gotify ExecStart=/opt/gotify/gotify StandardOutput=append:/var/log/gotify/gotify.log StandardError=append:/var/log/gotify/gotify-error.log Restart=always RestartSec=3 [Install] WantedBy=multi-user.target