From f20373cd4ea3ff192356ffa1368ca098380963ef Mon Sep 17 00:00:00 2001 From: sejo Date: Thu, 20 Jan 2022 15:47:55 -0600 Subject: [PATCH] ejemplo systemd --- ejemplo-chamorrx.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ejemplo-chamorrx.service 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