mirror of
https://github.com/clearlinux/clr-debug-info.git
synced 2026-09-05 13:21:33 +00:00
11 lines
218 B
Desktop File
11 lines
218 B
Desktop File
[Unit]
|
|
Description=Clear Linux debuginfo daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/clr_debug_daemon
|
|
ExecStopPost=umount /run/user/0/debug-lib ; umount /run/user/0/debug-src
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|