From cf7df867abcafe8aa39696d3f19e1a73bc383b83 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 19 Apr 2026 18:34:30 +0200 Subject: [PATCH] Remove systemd service file --- extra/gpu-screen-recorder-ui.service | 11 ----------- meson.build | 4 ---- meson_options.txt | 1 - 3 files changed, 16 deletions(-) delete mode 100644 extra/gpu-screen-recorder-ui.service diff --git a/extra/gpu-screen-recorder-ui.service b/extra/gpu-screen-recorder-ui.service deleted file mode 100644 index e6120e6..0000000 --- a/extra/gpu-screen-recorder-ui.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=GPU Screen Recorder UI Service - -[Service] -ExecStart=gsr-ui launch-daemon -KillSignal=SIGINT -Restart=on-failure -RestartSec=5s - -[Install] -WantedBy=default.target \ No newline at end of file diff --git a/meson.build b/meson.build index 9e6a5a3..f1d763a 100644 --- a/meson.build +++ b/meson.build @@ -159,10 +159,6 @@ if get_option('desktop-files') == true gnome.post_install(update_desktop_database : true) endif -if get_option('systemd') == true - install_data(files('extra/gpu-screen-recorder-ui.service'), install_dir : 'lib/systemd/user') -endif - if get_option('capabilities') == true meson.add_install_script('meson_post_install.sh') endif diff --git a/meson_options.txt b/meson_options.txt index c8a7a8b..710151b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,2 @@ -option('systemd', type : 'boolean', value : true, description : 'Install systemd service file') option('capabilities', type : 'boolean', value : true, description : 'Set binary setuid capability on gsr-global-hotkeys binary to allow global hotkeys') option('desktop-files', type : 'boolean', value : true, description : 'Install desktop files') \ No newline at end of file