systemd-escape
テンプレートサービスユニットにハイフンパラメータ(フラグ)を渡すには?
[email protected]私のテンプレートサービスユニットです。 [Unit] Description=my service unit [Service] Type=oneshot ExecStart=/home/username/scripts/myprogram.py %I 〜%Iになりたい--arg1 --arg2=/path/to/something 頑張った… systemctl start myservice@'--arg1 --arg2=/path/to/something'.service しかし、--arg1...