Compare commits

...

4 Commits

14 changed files with 8 additions and 8 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

@ -1,4 +0,0 @@
subdir('openrc')
subdir('runit')
subdir('s6')
subdir('systemd')

View File

@ -26,3 +26,7 @@ subdir('ui')
subdir('icons')
subdir('gschema')
subdir('man')
subdir('openrc')
subdir('runit')
subdir('s6')
subdir('systemd')

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

@ -3,6 +3,7 @@ Description=TUF Manager Server
[Service]
Type=forking
PIDFile=/run/tufmanager/pid
ExecStart=@LIBEXECDIR@/tuf-server
[Install]

View File

@ -4,7 +4,7 @@ project(
'c',
'vala'
],
version: '1.2.1',
version: '1.2.3',
license: 'BSD-3',
default_options:
[
@ -28,4 +28,3 @@ subdir('data')
subdir('src')
subdir('docs')
subdir('script')
subdir('contrib')