mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
22 lines
427 B
Desktop File
22 lines
427 B
Desktop File
[Unit]
|
|
Description=Mail-in-a-Box System Management Service
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=idle
|
|
IgnoreSIGPIPE=False
|
|
ProtectSystem=yes
|
|
ProtectHome=read-only
|
|
ReadWritePaths=STORAGE_ROOT
|
|
PrivateDevices=yes
|
|
PrivateNetwork=no
|
|
ProtectClock=yes
|
|
ProtectKernelTunables=yes
|
|
ProtectKernelModules=yes
|
|
ProtectKernelLogs=yes
|
|
SyslogIdentifier=mailinabox
|
|
ExecStart=/usr/local/lib/mailinabox/start
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|