1
0
Fork 0
mirror of https://git.sr.ht/~yotam/shavit synced 2024-05-09 07:16:02 +02:00

Add systemd service file

This commit is contained in:
Yotam Nachum 2019-12-20 18:37:55 +02:00
parent 73501365f5
commit a886a14964

9
shavit.service Normal file
View File

@ -0,0 +1,9 @@
[Unit]
Description = Shavit Gemini Server
After = network.target
[Service]
ExecStart = /usr/bin/shavit
[Install]
WantedBy = multi-user.target