mirror of
https://git.sr.ht/~yotam/shavit
synced 2024-11-29 20:18:00 +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
|