2021-07-01 11:02:55 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Quectel EG25 modem
|
|
|
|
Before=ModemManager.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2022-07-15 23:50:53 +02:00
|
|
|
ExecStart=/usr/bin/eg25-manager
|
2021-07-01 11:02:55 +02:00
|
|
|
Restart=on-failure
|
2021-07-24 03:49:41 +02:00
|
|
|
ProtectControlGroups=true
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectSystem=strict
|
|
|
|
RestrictSUIDSGID=true
|
|
|
|
PrivateTmp=true
|
|
|
|
MemoryDenyWriteExecute=true
|
|
|
|
PrivateMounts=true
|
|
|
|
NoNewPrivileges=true
|
|
|
|
CapabilityBoundingSet=
|
|
|
|
LockPersonality=true
|
2021-07-01 11:02:55 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|