generalconfig / etc / systemd / system / missed-calls.service /
Newer Older
12 lines | 0.209kb
ajout des services systemd r...
Sébastien authored on 2023-04-24
1
[Unit]
2
Description=Réponse aux appels manqués sur le fixe de la section
3

            
4
[Service]
5
Type=simple
6
User=sms
7
ExecStart=/home/sms/missed-calls
8
Restart=on-failure
9
RestartSec=5
10

            
11
[Install]
12
WantedBy=multi-user.target