diff options
Diffstat (limited to 'scripts/ice.service')
| -rw-r--r-- | scripts/ice.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/ice.service b/scripts/ice.service new file mode 100644 index 00000000..f63ecf44 --- /dev/null +++ b/scripts/ice.service @@ -0,0 +1,10 @@ +[Unit] +Description=Download Ice reports + +[Service] +Type=simple +User=flint +Group=flint +ExecStart=/usr/bin/python ice.py +WorkingDirectory=/home/guillaume/projects/code/python +EnvironmentFile=/etc/serenitas.conf |
