20 lines
447 B
Desktop File
20 lines
447 B
Desktop File
[Unit]
|
|
Description=NetBox Plugin Store synchronization
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=www-data
|
|
Group=www-data
|
|
WorkingDirectory=/opt/netbox-plugin-store/store
|
|
ExecStart=/usr/bin/php /opt/netbox-plugin-store/store/bin/console sync
|
|
NoNewPrivileges=true
|
|
PrivateTmp=true
|
|
ProtectHome=true
|
|
ProtectSystem=strict
|
|
ReadWritePaths=/opt/netbox-plugin-store/store/data
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|