blob: c4544e09271a536e1b8f98310c88a0030275e70d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[Unit]
Description=Cellframe Diagtool
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
WorkingDirectory=/opt/cellframe-node
ExecStart=/opt/cellframe-node/bin/cellframe-diagtool
ExecStop=/bin/kill -SIGTERM $MAINPID
Restart=always
User=cellframe
Group=cellframe
RestartSec=10
LogNamespace=cellframe
StandardOutput=null
StandardError=journal
[Install]
WantedBy=multi-user.target
|