summarylogtreecommitdiffstats
path: root/irccat.service
blob: 4e03cda8ea44839ac6c8233dee801f2dc0f64afc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[Unit]
Description=irccat service
Requires=network-online.target
After=network-online.target

[Service]
Restart=on-failure
ExecStart=/usr/bin/irccat
ExecReload=/bin/kill -HUP $MAINPID

DynamicUser=true
NoNewPrivileges=true

PrivateDevices=true
ProtectHome=true
ProtectSystem=strict

ProtectHostname=true
ProtectControlGroups=true
ProtectKernelModules=true

MemoryDenyWriteExecute=true

[Install]
WantedBy=multi-user.target