ejemplo systemd
parent
69355972d4
commit
f20373cd4e
@ -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
|
Loading…
Reference in New Issue