add initial systemd service example
This commit is contained in:
parent
203c259e7f
commit
dcf23cbd97
1 changed files with 12 additions and 0 deletions
12
molly-brown.service.example
Normal file
12
molly-brown.service.example
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Molly Brown gemini server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
User=molly
|
||||
ExecStart=/usr/local/bin/molly-brown -c /etc/molly.conf
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue