💾 Archived View for 80h.dev › projects › gemserv › files › init-scripts › gemserv.service.gemini captured on 2020-09-24 at 00:46:44. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
01 [Unit]
02 Description=gemserv
03 After=network.target
04
05 [Service]
06 Type=simple
07 Restart=always
08 RestartSec=5
09 User=gemini
10 ExecStart=/path/to/bin /path/to/config
11
12 [Install]
13 WantedBy=multi-user.target
14