This website works better with JavaScript.
首頁
探索
說明
登入
redplanet
/
demotape
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
add systemd service file
master
Andreas Demmelbauer
4 年之前
父節點
fd1dc6d83c
當前提交
9aab5bf59a
共有
1 個文件被更改
,包括
13 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
demotape.service
+ 13
- 0
demotape.service
查看文件
@@ -0,0 +1,13 @@
[Unit]
Description=checks regulary the webstreams of all district parlaments in vienna. Online streams get taped.
After=multi-user.target
[Service]
Type=idle
User=pi
ExecStart=/usr/bin/python3 /path/to/demotape.py > /var/log/demotape.log 2>&1
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target
Write
Preview
Loading…
取消
儲存