| 1234567891011121314151617 |
- [Unit]
- Description=Urgent sync access changes from Eye
- After=network.target mariadb.service
- [Service]
- Type=simple
- User=eye
- Group=eye
- ExecStart=/opt/Eye/scripts/stat-sync.pl
- RuntimeDirectory=eye-sync
- RuntimeDirectoryMode=0700
- RuntimeDirectoryPreserve=yes
- RestartSec=30
- Restart=on-failure
- [Install]
- WantedBy=multi-user.target
|