mirror of
https://git.sr.ht/~yotam/shavit
synced 2024-11-26 10:23:47 +01:00
10 lines
144 B
SYSTEMD
10 lines
144 B
SYSTEMD
[Unit]
|
|
Description = Shavit Gemini Server
|
|
After = network.target
|
|
|
|
[Service]
|
|
ExecStart = /usr/bin/shavit
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|