This repository has been archived on 2025-10-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
soyuz-web/soyuz-web.service

15 lines
319 B
Desktop File

[Service]
Type=simple
ExecStart=/usr/bin/node server.js
Restart=always
RestartSec=15
TimeoutSec=15
KillMode=process
User=gemini
WorkingDirectory=/home/gemini/soyuz-web
Environment="SOYUZ_PORT=1966"
Environment="GEMINI_PATH=/srv/gemini"
Environment="SOYUZ_SESSION_SECRET=change_me"
[Install]
WantedBy=multi-user.target