💾 Archived View for 80h.dev › projects › gemserv › files › init-scripts › gemserv.service.gemini captured on 2022-04-29 at 12:33:36. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-03-01)

-=-=-=-=-=-=-

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