diff --git a/cmd/appherder/systemd/appherder-sync.service b/cmd/appherder/systemd/appherder-sync.service index 57631bb..a3e4bf3 100644 --- a/cmd/appherder/systemd/appherder-sync.service +++ b/cmd/appherder/systemd/appherder-sync.service @@ -4,9 +4,3 @@ Description=Reconcile AppImages with installed applications [Service] Type=oneshot ExecStart={{BIN}} sync -PrivateTmp=true -ProtectSystem=strict -RestrictSUIDSGID=true -LockPersonality=true -SystemCallArchitectures=native -ReadWritePaths={{READ_WRITE_PATHS}} diff --git a/cmd/appherder/systemd/appherder-upgrade.service b/cmd/appherder/systemd/appherder-upgrade.service index cf4b07d..fdc9e24 100644 --- a/cmd/appherder/systemd/appherder-upgrade.service +++ b/cmd/appherder/systemd/appherder-upgrade.service @@ -4,9 +4,3 @@ Description=Download and install available AppImage updates [Service] Type=oneshot ExecStart={{BIN}} upgrade -PrivateTmp=true -ProtectSystem=strict -RestrictSUIDSGID=true -LockPersonality=true -SystemCallArchitectures=native -ReadWritePaths={{READ_WRITE_PATHS}}