blob: 71b92cb9dd02497abaf6d436071aaa6be587df94 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Notify bowdst mismatched quotes
[Service]
Type=simple
User=flint
Group=flint
ExecStart=/usr/bin/python quote_diff_bowdst.py --globeop
WorkingDirectory=/home/guillaume/projects/code/python
EnvironmentFile=/etc/serenitas.conf
|