mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 15:37:23 +00:00
1) systemd-user doesn't work correctly with session bus 2) systemd-user cannot set capabilities
12 lines
248 B
Desktop File
12 lines
248 B
Desktop File
[Unit]
|
|
Description=netctlgui-helper daemon
|
|
Documentation=man:netctlgui-helper(1) man:netctl-gui.conf(5)
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.netctlgui.helper
|
|
ExecStart=/usr/bin/netctlgui-helper --nodaemon --system
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|