mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 11:30:22 +00:00
Merge pull request #216 from sirlucjan/systemd-reorder
systemd: Move services to separate directory
This commit is contained in:
commit
939ffdf0f0
@ -302,7 +302,7 @@ subdir('scheds')
|
||||
systemd = dependency('systemd', required: get_option('systemd'))
|
||||
|
||||
if systemd.found()
|
||||
subdir('services')
|
||||
subdir('services/systemd')
|
||||
endif
|
||||
|
||||
openrc = dependency('openrc', required: get_option('openrc'))
|
||||
|
@ -8,4 +8,4 @@ install_data('scx.service', install_dir: systemd_system_unit_dir)
|
||||
install_data('journald@sched-ext.conf', install_dir: '/etc/systemd')
|
||||
|
||||
# Install the 'scx' file to the '/etc/default' directory
|
||||
install_data('scx', install_dir: '/etc/default')
|
||||
install_data('../scx', install_dir: '/etc/default')
|
Loading…
Reference in New Issue
Block a user