mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-05 22:23:05 +02:00
git-subtree-dir: linux_configuration git-subtree-mainline:11427631cdgit-subtree-split:0762e3d07b
20 lines
411 B
Desktop File
20 lines
411 B
Desktop File
[Unit]
|
|
Description=System Maintenance on Startup (Pacman Wrapper & Hosts File)
|
|
After=network-online.target systemd-resolved.service
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
ExecStart=/usr/local/bin/periodic-system-maintenance.sh
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
RemainAfterExit=yes
|
|
|
|
# Timeout settings
|
|
TimeoutStartSec=300
|
|
TimeoutStopSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|