mirror of
https://github.com/nestriness/nestri.git
synced 2026-05-01 19:03:08 +03:00
feat: Init
This commit is contained in:
9
build/etc/systemd/system/nestri-session-bus.service
Normal file
9
build/etc/systemd/system/nestri-session-bus.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=D-Bus session bus
|
||||
Requires=nestri-session-bus.socket
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
ExecStart=/usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --syslog-only
|
||||
User=nestri
|
||||
Group=nestri
|
||||
Reference in New Issue
Block a user