Request to change a howto

I’d like to change the following below.


--/etc/systemd/user/duniter.service
++/usr/lib/systemd/user/duniter.service
[Unit]
Description=Duniter node
After=network.target
ConditionPathExists=/home/folatt/.config/duniter/duniter_default/duniter.db

[Service]
--Group=folatt
--User=folatt
Type=forking
ExecStart=/usr/bin/duniter webstart
ExecReload=/usr/bin/duniter webrestart
ExecStop=/usr/bin/duniter stop
Restart=on-failure

[Install]
--WantedBy=multi-user.target
++WantedBy=default.target

Enable the service

--folatt@Xroklaus:~ $ systemd --user enable duniter
++folatt@Xroklaus:~ $ systemctl --user enable duniter

Seems it’s done