blob: ae9f0d4f5ad75db5401086a78ab6663355f37cfc (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=GNUnet user service
After=network.target
[Service]
Type=simple
ExecStart=/usr/lib/gnunet/libexec/gnunet-service-arm -c ~/.config/gnunet.conf
[Install]
WantedBy=multi-user.target
|