add default targets to user services
This commit is contained in:
parent
8258eaf1d1
commit
eadb766da5
|
@ -3,10 +3,13 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Fix flatpak theming script
|
Description=Fix flatpak theming script
|
||||||
|
StartLimitIntervalSec=0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
Restart=always
|
||||||
|
RestartSec=1
|
||||||
ExecStart=/usr/bin/fix-flatpaks-theming
|
ExecStart=/usr/bin/fix-flatpaks-theming
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
|
@ -3,10 +3,13 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Fix theming script
|
Description=Fix theming script
|
||||||
|
StartLimitIntervalSec=0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
Restart=always
|
||||||
|
RestartSec=1
|
||||||
ExecStart=/usr/bin/fix-theming
|
ExecStart=/usr/bin/fix-theming
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
|
@ -3,10 +3,13 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Fix tweaked desktop files script
|
Description=Fix tweaked desktop files script
|
||||||
|
StartLimitIntervalSec=0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
Restart=always
|
||||||
|
RestartSec=1
|
||||||
ExecStart=/usr/bin/fix-tweaked-desktop-files
|
ExecStart=/usr/bin/fix-tweaked-desktop-files
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=default.target
|
||||||
|
|
Loading…
Reference in New Issue
Block a user