Skip to content

Commit

Permalink
systemd: Move services to separate directory
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
  • Loading branch information
sirlucjan committed Apr 4, 2024
1 parent 163e96d commit ef60559
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion services/meson.build → services/systemd/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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')
File renamed without changes.

0 comments on commit ef60559

Please sign in to comment.