diff --git a/docs/gancio.service b/docs/gancio.service new file mode 100644 index 00000000..342163f3 --- /dev/null +++ b/docs/gancio.service @@ -0,0 +1,13 @@ +[Unit] +Description=Gancio +After=network.target + +[Service] +Type=simple +User=gancio +WorkingDirectory=/opt/gancio +ExecStart=gancio +Restart=always + +[Install] +WantedBy=multi-user.target