Replace "set-sysconf" for a more descriptive "rpi-set-sysconf"

This commit is contained in:
Gunnar Wolf
2019-07-19 12:46:52 -03:00
parent 959f5367d0
commit ad7a56130e
5 changed files with 11 additions and 11 deletions

View File

@ -3,7 +3,7 @@ Description=Set up system configuration
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/set-sysconf
ExecStart=/usr/local/sbin/rpi-set-sysconf
ExecStart=/bin/systemctl --no-reload disable %n
[Install]