blob: 661030b91e47df2ad2485f85c8250386437e838e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description="Honk ActivityPub server"
[Service]
WorkingDirectory=/usr/share/honk
ExecStart=/usr/bin/honk
User=honk
Group=honk
[Install]
WantedBy=default.target
|