ejemplo systemd

This commit is contained in:
sejo 2022-01-20 15:47:55 -06:00
parent 69355972d4
commit f20373cd4e
1 changed files with 13 additions and 0 deletions

13
ejemplo-chamorrx.service Normal file
View File

@ -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