chamorrx/ejemplo-chamorrx.service

14 lines
207 B
SYSTEMD
Raw Normal View History

2022-01-20 21:47:55 +00:00
[Unit]
Description=chamorrx peque servidor gemini
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=1
User=chamorrx
2022-01-20 21:55:04 +00:00
ExecStart=/opt/chamorrx/chamorrx
2022-01-20 21:47:55 +00:00
[Install]
WantedBy=multi-user.target