Files
infrastructure/systemd/update.service
2023-09-24 18:58:37 +06:00

10 lines
131 B
Desktop File

[Unit]
Description=Update Service
[Service]
Type=oneshot
ExecStart=/usr/local/bin/update.sh
[Install]
WantedBy=multi-user.target