Compare commits

...

3 Commits

Author SHA1 Message Date
Chris Cromer 722cf24792
update to version 1.2.3 2021-09-28 14:33:31 -03:00
Chris Cromer eabd5aaf19
fix systemd unit file install for arch linux 2021-09-28 13:58:32 -03:00
Chris Cromer c40254871e
update readme 2021-03-30 19:40:13 -03:00
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ To build TUF Manager the following is needed:
## Other requirements
This software will only work if using the [hackbnw/faustus](https://github.com/hackbnw/faustus) driver module. To get notifications on fan mode changes the fork of faustus at [rublag/faustus](https://github.com/rublag/faustus) should be used instead since it supports polling.
This software will only work if using the [hackbnw/faustus](https://github.com/hackbnw/faustus) driver module.
## Build options

View File

@ -7,7 +7,7 @@ systemd_config_data_file = configure_file(
configuration: systemd_config_data
)
systemd = find_program ('systemd', required: false)
systemd = find_program ('systemctl', required: false)
if systemd.found()
install_data(

View File

@ -4,7 +4,7 @@ project(
'c',
'vala'
],
version: '1.2.2',
version: '1.2.3',
license: 'BSD-3',
default_options:
[