1
1
Fork 0
mirror of https://tildegit.org/solderpunk/molly-brown synced 2024-05-13 16:46:03 +02:00

add initial systemd service example

This commit is contained in:
Nicole Mazzuca 2020-05-21 10:08:56 -07:00
parent 203c259e7f
commit dcf23cbd97

View 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