infrastructure/systemd/update.service

10 lines
131 B
SYSTEMD
Raw Normal View History

2023-09-24 15:46:40 +03:00
[Unit]
Description=Update Service
[Service]
2023-09-24 15:58:37 +03:00
Type=oneshot
2023-09-24 15:46:40 +03:00
ExecStart=/usr/local/bin/update.sh
[Install]
WantedBy=multi-user.target