This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
evenements:log:20200606 [2020/10/17 21:15] lomanic [Log] minor change to systemd unit |
evenements:log:20200606 [2020/10/17 21:29] (current) lomanic [Log] |
||
---|---|---|---|
Line 25: | Line 25: | ||
* ''< | * ''< | ||
* following https:// | * following https:// | ||
- | sudo cat << EOF > / | + | cat << EOF | sudo tee / |
[Unit] | [Unit] | ||
Description=Presence button web | Description=Presence button web | ||
Line 43: | Line 43: | ||
WantedBy=multi-user.target | WantedBy=multi-user.target | ||
EOF | EOF | ||
- | systemctl enable presence-button-web.service | + | sudo systemctl enable presence-button-web.service |
</ | </ | ||
* add this to ''/ | * add this to ''/ |