mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-23 19:04:06 +02:00
14 lines
190 B
Desktop File
14 lines
190 B
Desktop File
[Unit]
|
|
Description=Sync all data
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=10
|
|
User=root
|
|
ExecStart=/usr/local/bin/sync.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|