Initial commit
This commit is contained in:
9
overlay/etc/systemd/user/firefox.service
Normal file
9
overlay/etc/systemd/user/firefox.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Firefox web browser
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/firefox
|
||||
Restart=always
|
||||
StandardInput=null
|
||||
StandardOutput=journal
|
||||
4
overlay/etc/systemd/user/graphical.target
Normal file
4
overlay/etc/systemd/user/graphical.target
Normal file
@@ -0,0 +1,4 @@
|
||||
[Unit]
|
||||
Description=Graphical Interface
|
||||
After=default.target
|
||||
AllowIsolate=yes
|
||||
1
overlay/etc/systemd/user/graphical.target.wants/firefox.service
Symbolic link
1
overlay/etc/systemd/user/graphical.target.wants/firefox.service
Symbolic link
@@ -0,0 +1 @@
|
||||
../firefox.service
|
||||
Reference in New Issue
Block a user