mirror of
https://github.com/Snigdha-OS/snigdhaos-system-installation.git
synced 2025-09-20 21:44:55 +02:00
@eshanized: push via push.sh!!!
This commit is contained in:
1
etc/systemd/system/multi-user.target.wants/pacman-init.service
Symbolic link
1
etc/systemd/system/multi-user.target.wants/pacman-init.service
Symbolic link
@@ -0,0 +1 @@
|
||||
../pacman-init.service
|
11
etc/systemd/system/pacman-init.service
Normal file
11
etc/systemd/system/pacman-init.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Initializes Pacman keyring
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/pacman-key --init
|
||||
ExecStart=/usr/bin/pacman-key --populate
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
12
etc/xdg/autostart/snigdhaos-welcome.desktop
Normal file
12
etc/xdg/autostart/snigdhaos-welcome.desktop
Normal file
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Name=Snigdha OS Welcome
|
||||
GenericName=Snigdha OS Welcome
|
||||
X-GNOME-FullName=Snigdha OS Welcome
|
||||
Comment=Welcome Application for Snigdha OS Installs
|
||||
Exec=/usr/local/bin/snigdhaos-welcome
|
||||
Icon=snigdhaos-welcome
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=GTK;Settings;Security;X-GNOME-Settings-Panel;X-GNOME-SystemSettings;X-Unity-Settings-Panel;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;
|
||||
Keywords=welcome;tool;
|
||||
StartupNotify=true
|
10
usr/lib/systemd/system/snigdhaos-graphical-target.service
Normal file
10
usr/lib/systemd/system/snigdhaos-graphical-target.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Snigdha OS Graphical Target
|
||||
Before=systemd-user-session.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/bin/snigdhaos-graphical-target
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user