diff --git a/ejemplo-chamorrx.service b/ejemplo-chamorrx.service new file mode 100644 index 0000000..4e3e71a --- /dev/null +++ b/ejemplo-chamorrx.service @@ -0,0 +1,13 @@ +[Unit] +Description=chamorrx peque servidor gemini +After=network.target + +[Service] +Type=simple +Restart=always +RestartSec=1 +User=chamorrx +ExecStart=/opt/chamorrx/chamorrx/chamorrx + +[Install] +WantedBy=multi-user.target