Fix script environment variables Add Fefan configuration Fix gateway services file provisionning through ssh
9 lines
167 B
Desktop File
9 lines
167 B
Desktop File
[Unit]
|
|
Description=Backup Service
|
|
Wants=network.target
|
|
After=network.target docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
ExecStart=/usr/local/bin/backup.sh |