mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-06 23:06:24 +09:00
Remove systemd service file
This commit is contained in:
@@ -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
|
|
||||||
@@ -159,10 +159,6 @@ if get_option('desktop-files') == true
|
|||||||
gnome.post_install(update_desktop_database : true)
|
gnome.post_install(update_desktop_database : true)
|
||||||
endif
|
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
|
if get_option('capabilities') == true
|
||||||
meson.add_install_script('meson_post_install.sh')
|
meson.add_install_script('meson_post_install.sh')
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -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('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')
|
option('desktop-files', type : 'boolean', value : true, description : 'Install desktop files')
|
||||||
Reference in New Issue
Block a user