aboutsummaryrefslogtreecommitdiff
path: root/contrib/services/systemd/gnunet-user.service
blob: c9d3be0ade3943840de79b188b87cf18a7892ee4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Typically to be place into /usr/lib/systemd/user/gnunet.service
[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